home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_02_04 / 2n04018a < prev    next >
Text File  |  1991-02-09  |  266b  |  14 lines

  1. /*
  2.  * KEYS.H  Copyright (C) 1990 by Mark R. Nelson
  3.  *
  4.  * This routine contains the constants and function prototypes needed to
  5.  * use the functions in KEYS.C
  6.  */
  7.  
  8. #define F1 15104
  9. #define F2 15360
  10. #define F3 15616
  11. #define F4 15872
  12.  
  13. int getkey( void );
  14.